home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1995 March
/
Macworld CD-ROM (March 1995).cdr
/
Demos
/
Paper Planes
/
Demo
/
00077.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-25
|
230 b
|
10 lines
on exitFrame
global Plane, numSteps, Step, theGauge
set Plane to 18
set numSteps to 21
set Step to 1
set the text of field "NumLevels" to string(numSteps)
mSetNumLevels(theGauge, numSteps)
mSetLevel(theGauge, 1)
end